-
-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature: Add crystal tool dependencies
#13631
Conversation
Co-authored-by: Quinton Miller <[email protected]>
crystal tool dependencies
crystal tool dependencies
Co-authored-by: Sijawusz Pur Rahnama <[email protected]> Co-authored-by: Caspian Baska <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have a minor and pretty much ignorable comment.
EDIT: as mentioned privately, I haven't checked the autocomplete files
output_format = f | ||
if dependencies | ||
opts.on("-f tree|flat|dot|mermaid", "--format tree|flat|dot|mermaid", "Output format tree (default), flat, dot, or mermaid") do |f| | ||
dependency_output_format = DependencyPrinter::Format.parse?(f) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(this is the below mentioned above)
Co-authored-by: Quinton Miller <[email protected]> Co-authored-by: Sijawusz Pur Rahnama <[email protected]> Co-authored-by: Caspian Baska <[email protected]>
This is a PR for a feature branch adding the
crystal tool dependencies
command.crystal tool dependencies
: Displaying compile-time source dependencies #11481Resolves #11481